home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CGrayLine.h
-
- Interface for CGrayLine.c
-
- Copyright © 1991 Bowers Development Corporation. All rights reserved.
-
- ******************************************************************************/
-
- #pragma once
-
- #include <CPane.h>
-
- class CGrayLine : public CPane {
- public:
- virtual void IGrayLine (CView *anEnclosure,
- CBureaucrat *aSupervisor,
- short aWidth,
- short aHeight,
- short aHEncl,
- short aVEncl,
- SizingOption aHSizing,
- SizingOption aVSizing);
-
- void Draw (Rect *area); // is override
-
- }; /* CGrayLine */